home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2012 February
/
maximum-cd-2012-02.iso
/
DiscContents
/
TheWagerSetup1.2.exe
/
Assets
/
Scripts
/
[7].lua
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-01-25
|
468 b
|
23 lines
-- Script [7]
Starting = 0;
SeaEvent = 0;
if CrewCount >= 1 then
CrewID = math.random(0, CrewCount);
CrewName = GetCrewName(CrewID);
KillCrew(CrewID);
Message = "It turns out you can't, as " .. CrewName .. " ably demonstrates by being impaled upon one of the aformentioned shiny but now blood-sodden spears.";
else
Message = "It turns out you can't.";
end
ShowStoryText(Message);
AddChoice("Go with the cannibals", "[8]");